Wiki

Clone wiki

GenericMultiplayerConnector / GMC Server

##The GMC Server

The GMC server is generic enough that it can be used by any game, and any number of games, without having to edit any code. You just run the GMCServer.jar. The only configuration is if you want to change the port number that it listens on. The default is 9996.

What if I need a custom server?

Many network games, for obvious reasons, require a custom server to aid the game and keep clients as "dumb" as possible. This is not a problem when using the GMC; all you need to do connect your server to the GMC Server in the same way you would connect a normal client. The server can then easily communicate with all clients just as a "normal" client can.

Updated